home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / ec_plus / ec-plus.lha / generics / WList.ccP < prev    next >
Text File  |  1989-10-10  |  141b  |  8 lines

  1. #include <String.h>
  2. #include "containers/WList.h"
  3. #include "WList<T>.h"
  4.  
  5. int        step<T>;
  6.  
  7. void     initializeWList<T>(int step) {step<T> = step;}
  8.